home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / li_bta.zip / README.TXT < prev    next >
Text File  |  1992-11-01  |  4KB  |  82 lines

  1. In keeping with Microsoft's "pre-release" philosophy, this is a
  2. "pre-release" postscript file viewer. It is a Win16 3.x program. 
  3. The postscript interpreter is grafted onto my text/hex viewer.
  4. I don't know whether it will stay on there for the final release
  5. or not. And the help file is only partially completed.
  6.  
  7. Comments are welcome, preferably E-mail to CIS 73537,1203.
  8.  
  9. Notes on viewing Postscript files:
  10.  
  11. 1) This is a Win16 program (my disk with NT on it crashed &
  12.    has gone to the hospital). In fact, this version has not
  13.    been tested on NT, since I don't have NT anymore.
  14.  
  15. 2) LI only makes a first approximation attempt at processing
  16.       a) text
  17.       b) column positioning
  18.       c) row positioning
  19.       d) page ejects
  20.    The 'interpretation' is based strictly on my examination of
  21.    the files on the NT July & October disks. There are no guarantees
  22.    that I'm doing it right. Positioning 'resolution' is character
  23.    width and line height based on the viewed font. This doesn't
  24.    work all that well. Fonts of 8-12pts seem to work best. 
  25.    Row positioning is relative, not absolute. That is, I take 
  26.    the difference between the previous 'Y' coordinate and the 
  27.    current 'Y' coordinate & figure how many blank lines that is.
  28.    'X' positioning is a little closer to absolute.
  29.  
  30. 3) No character substitutions are performed.  Instead, where
  31.    a character sub is found in the text, a binary 127 character
  32.    is placed in the text. With an ANSI font, this looks like a
  33.    black box on the screen, with the 'terminal' font, it looks
  34.    like a superscripted pyramid. Printed with a True-type font,
  35.    it looks like a little bullet.  I have found that the .C00 
  36.    language files use substitution characters for quote marks 
  37.    and minus signs a lot.
  38.  
  39. 4) The .C00 language doc's use a lot of subscripted 'opt's. These
  40.    will show up in the line since I don't do subscripts. 
  41.    So you'll see a lot of:
  42.  
  43.    describes-an-optional-feature opt of-the-language.
  44.  
  45.  
  46. 5) I do not do 'page processing'. Text comes out in the order
  47.    it's found in the file.  The 'cursor' can only move down
  48.    and to the right. You'll see some tables that look
  49.    like:
  50.  
  51.    item 1
  52.    item 2
  53.    item 3
  54.                  item 4
  55.                  item 5
  56.                  item 6
  57.  
  58.    where if the file was printed on a native postscript printer,
  59.    item 1 and item 4 would be on the same line. You may also see
  60.    page headers at the bottom of the page, and the dots between
  61.    table of contents entries and their page numbers at the end
  62.    of the line instead of between the text and number - I don't 
  63.    try to go back & put them where they belong.
  64.  
  65. 6) If you want to print an 'interpreted' file, you will get best
  66.    results with a true-type font and use 'match screen font' in
  67.    the print dialog box with an 8-12pt font. Fixed spaced fonts 
  68.    tend to run off of the right edge of the paper. You may need to
  69.    experiment with font size, depending on the file you're
  70.    viewing. 
  71.  
  72. 7) If you want to automatically switch to postscript interpretation
  73.    when you open one of the NT doc's, set up the extents under
  74.    Options|File Types, or copy the LI.INI file in this archive
  75.    to your \Windows directory.  If you're searching for text, or
  76.    files containing specified text, it's best if you have the
  77.    file types set up to be recognized as postscript. The View|Postscript
  78.    menu item toggles between postscript interpretation and raw file
  79.    output.
  80.  
  81.  
  82.